/* PAGES USING THIS STYLE SHEET*/
/* cbl_constitution.htm */

*{margin:0;padding:0}
a:link { color: #e00000; text-decoration: none }
a:visited { color: #e00000; text-decoration: none }
a:active { color: #e00000; text-decoration: none }
body.cblbody {
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
	background: url(../images/bg2.jpg);
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #d36e6e;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #818181;
	scrollbar-3D-light-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	margin-top:10px;
	margin-bottom:10px;
	}
/* cbl_constitution.htm, n_TEAMstats */

#canvas920 {
	width: 920px;
	/*background-color: #bbb;*/
	margin: 0px auto;
	padding: 0px;
	}

#image90x90 { width:89px; height:89px; }
#greybgtitle { font-size: 10pt; font-weight: normal; text-align: center; color:#ffffff; background-color:#646464; }
#namecol{ width:120px; }
#foot { border:1px solid; font-size: 10pt; font-weight: normal; text-align: center; color:#ffffff; background-color:#646464; }

/*this was in div_nakedlinks but wouldn't center in IE6 so put into doc instead- position:relative; left:386px; */
#div_nakedlinks { background-color:#646464; padding:2px; width:140px; border:1px solid #ffffff; margin-bottom:10px; }

a.white:link { color:#ffffff; text-decoration: none }
a.white:visited { color:#ffffff; text-decoration: none }
a.white:hover { color:#ffffff; text-decoration: none }
a.white:active { color:#ffffff; text-decoration: none }


/*GREY background-color:#646464*/
/*GREEN background-color:#99B136*/
/*RED background-color:#D42525*/

/* n_TEAMstats */
/*SORT TABLES USED ON TEAM'S STATISTICS PAGES*/
	div.sort_tableDiv {
		border-top:1px solid #ffffff;	/* Border around entire widget */
		border-right:1px solid #ffffff;	/* Border around entire widget */
		border-left:1px solid #ffffff;	/* Border around entire widget */
		/* border:1px solid #ffffff;	Border around entire widget */
		text-align:left;
		margin-bottom:20px;
	}
	.cblsorttable thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}
	.cblsorttable td{
		width:auto;
	}
	.cblsorttable{
		width:100%;
		font-family:arial;
		font-weight:normal;
		color:#000000;
		font-size:12px;	
	}
	.cblsorttable tbody{
		background-color:#ffffff;
	}
	.cblsorttable_headerCell,.cblsorttable_headerCellOver,.cblsorttable_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
		cursor:pointer;
		color:#ffffff;
		border-bottom:3px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color: #D42525;
	}
	.cblsorttable_headerCell{	/* Standard column header */
		border-top:2px solid #D42525;
	}
	.cblsorttable_headerCellOver{	/* Rollover on sortable column header */
		border-top:2px solid #FFC83C;		
	}
	.cblsorttable_headerCellDown{
		color:#ffffff;
		border-top:2px solid #ACA899;	
		background-color:#99B136;
		border-left:1px solid #ACA899;
		border-right:1px solid #FFF;			
	}
	.cblsorttable td{
		margin:0px;
		padding:2px;
		border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
	}
	.cblsorttable tbody{
		background-color:#FFF;
	}
	.cblsorttable{
		font-family:arial;
		font-size:12px;	
	}
	.cblsorttable tfoot{
		color:#ffffff;
		background-color:#D42525;
	}

